home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / swf / child_lock.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2004-05-05  |  302 b   |  15 lines

  1. stop();
  2. btn_ok.onRelease = function()
  3. {
  4.    var _loc1_ = _parent;
  5.    _loc1_.connTardisSend.onStatus = function(infoObject)
  6.    {
  7.       _parent.dialogsHide();
  8.    };
  9.    _loc1_.connTardisSend.send("Tardis","childlock_lock");
  10. };
  11. btn_cancel.onRelease = function()
  12. {
  13.    _parent.dialogsHide();
  14. };
  15.